home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / CHIP Turkiye Mart 1999.iso / araclar / Win98 / HTML-Tool / DWESD.EXE / data.z / workspace_overview.dcr / Standard_102_Net hold until ready.ls < prev    next >
Encoding:
Text File  |  1998-04-02  |  559 b   |  21 lines

  1. property nextMarker
  2.  
  3. on prepareFrame me
  4.   cursor([17, 18])
  5.   if not frameReady(the frame + 1, nextMarker) then
  6.     go(marker(0))
  7.   else
  8.     cursor(-1)
  9.     go(the frame + 1)
  10.   end if
  11. end
  12.  
  13. on getPropertyDescriptionList
  14.   set propertyDescriptionList to [#nextMarker: [#comment: "Mark to hold for:", #format: #marker, #default: #next]]
  15.   return propertyDescriptionList
  16. end
  17.  
  18. on getBehaviorDescription
  19.   return "This behavior holds the movie at the current frame           until a specified segment of the movie is finished           downloading from the net."
  20. end
  21.